home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 July / Software of the Month - Ultimate Collection Shareware 274.iso / mac / MyABCD / ABC.SWF / scripts / DefineButton2_46 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  1999-10-24  |  106 b   |  9 lines

  1. on(release){
  2.    stopAllSounds();
  3.    gotoAndStop(2);
  4.    tellTarget("..")
  5.    {
  6.       stop();
  7.    }
  8. }
  9.